{ "version": 4, "terraform_version": "1.5.6", "serial": 254, "lineage": "23547203-5a2b-6caf-db20-1ce9701f513e", "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-df8719049c547c65e", "ami": "ami-84c28a87", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9c46c7a5"], "subnet_id": "subnet-94609167", "key_name": "prod-deploy-key" } } ] } ] }