{ "version": 4, "terraform_version": "1.5.4", "serial": 155, "lineage": "6271eee5-460d-54e4-0368-d95621d3575e", "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-7be0738cefcea7b56", "ami": "ami-a5789faf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0b6f437e"], "subnet_id": "subnet-57a56473", "key_name": "prod-deploy-key" } } ] } ] }