{ "version": 4, "terraform_version": "1.7.9", "serial": 414, "lineage": "1167fc90-ac90-a8f9-b03f-0186d60ead38", "outputs": { "db_endpoint": { "value": "db-1.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-855b988248d7785fb", "ami": "ami-636d590c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-595d1fbb"], "subnet_id": "subnet-256c4e6c", "key_name": "prod-deploy-key" } } ] } ] }