{ "version": 4, "terraform_version": "1.8.7", "serial": 414, "lineage": "f155adc7-845f-d99f-5d81-1767944c9fd4", "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-15cd4290075ff8640", "ami": "ami-7643043f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c86dd62d"], "subnet_id": "subnet-f52010b0", "key_name": "prod-deploy-key" } } ] } ] }