{ "version": 4, "terraform_version": "1.5.4", "serial": 438, "lineage": "aae4978c-be4e-6d7b-6499-49eee1127269", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7c8dd5a540ef41b8f", "ami": "ami-cbfdc5ca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2f500d8e"], "subnet_id": "subnet-351c1695", "key_name": "prod-deploy-key" } } ] } ] }