{ "version": 4, "terraform_version": "1.8.8", "serial": 403, "lineage": "36e7d331-c8e5-9d53-d113-d0c0de5ad8b1", "outputs": { "db_endpoint": { "value": "db-1.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-c7b2d18b62cef7a35", "ami": "ami-e78ecd99", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-416ba241"], "subnet_id": "subnet-04e6fec3", "key_name": "prod-deploy-key" } } ] } ] }