{ "version": 4, "terraform_version": "1.6.6", "serial": 144, "lineage": "87985683-3562-dd09-cd84-48ff72bd7409", "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-37caaee65ed7f9b10", "ami": "ami-835f9b12", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c87553a2"], "subnet_id": "subnet-b784092a", "key_name": "prod-deploy-key" } } ] } ] }