{ "version": 4, "terraform_version": "1.5.3", "serial": 270, "lineage": "ae486096-5126-fc91-6207-e4b0e9213586", "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-db6042bbe8bdf2ed0", "ami": "ami-b69f2f7a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4820cf26"], "subnet_id": "subnet-5484b062", "key_name": "prod-deploy-key" } } ] } ] }