{ "version": 4, "terraform_version": "1.6.8", "serial": 497, "lineage": "ed660706-18c5-ea45-62eb-c9d0876e390e", "outputs": { "db_endpoint": { "value": "db-3.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-ec9b60b6559f811c3", "ami": "ami-fb5d1521", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-43dcdd84"], "subnet_id": "subnet-403047f3", "key_name": "prod-deploy-key" } } ] } ] }