{ "version": 4, "terraform_version": "1.7.8", "serial": 184, "lineage": "c758d57f-26e7-d1ba-99f3-2a162b96c4bd", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-21ad9db10b819b7c3", "ami": "ami-60decf01", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9799d88d"], "subnet_id": "subnet-feed293e", "key_name": "prod-deploy-key" } } ] } ] }