{ "version": 4, "terraform_version": "1.7.0", "serial": 463, "lineage": "b4237801-5f1e-6fbd-41f9-92699edb725b", "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-fed65dca92ca5db3f", "ami": "ami-53f2e270", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dccf1067"], "subnet_id": "subnet-3586dc54", "key_name": "prod-deploy-key" } } ] } ] }