{ "version": 4, "terraform_version": "1.7.7", "serial": 485, "lineage": "2208b4b4-754c-53b6-061f-9408de81812c", "outputs": { "db_endpoint": { "value": "db-0.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-b02f7b935e295ce59", "ami": "ami-9e865282", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8fc75a95"], "subnet_id": "subnet-80ed1f4c", "key_name": "prod-deploy-key" } } ] } ] }