{ "version": 4, "terraform_version": "1.6.8", "serial": 263, "lineage": "2cae94f3-11f8-bc8e-83f7-02e59761d84c", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-941ef902591fd98a3", "ami": "ami-e34b53a8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-561985b7"], "subnet_id": "subnet-38ea85ad", "key_name": "prod-deploy-key" } } ] } ] }