{ "version": 4, "terraform_version": "1.7.0", "serial": 456, "lineage": "36c82ea8-3398-99ca-acb6-47ec1cedcb3a", "outputs": { "db_endpoint": { "value": "db-4.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-4f419a803fb78cb41", "ami": "ami-8f32c77f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2f26e8ee"], "subnet_id": "subnet-b2fd8c39", "key_name": "prod-deploy-key" } } ] } ] }