{ "version": 4, "terraform_version": "1.6.2", "serial": 150, "lineage": "31ff6d17-649f-270f-f5d8-40a4eb77e574", "outputs": { "db_endpoint": { "value": "db-3.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-37b9f50a6e242219e", "ami": "ami-cdc32ddc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3c1ab260"], "subnet_id": "subnet-28818939", "key_name": "prod-deploy-key" } } ] } ] }