{ "version": 4, "terraform_version": "1.6.2", "serial": 333, "lineage": "5e340ac4-7795-8ec2-b121-e7536a054928", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-2fd2152dacd8d9841", "ami": "ami-af2cfc2a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-da8343bd"], "subnet_id": "subnet-215b968c", "key_name": "prod-deploy-key" } } ] } ] }