{ "version": 4, "terraform_version": "1.6.8", "serial": 208, "lineage": "93a523a3-99f2-9974-0e27-76d3ce98546f", "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-7fc3f00388ece30df", "ami": "ami-d396b97c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-45e7aaea"], "subnet_id": "subnet-cb1421d3", "key_name": "prod-deploy-key" } } ] } ] }