{ "version": 4, "terraform_version": "1.7.1", "serial": 158, "lineage": "460b3af2-c2b7-0978-3f79-f261f58d4d1e", "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-20aafbca3f6ea0626", "ami": "ami-5cbe5462", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-116469e1"], "subnet_id": "subnet-40ee30b6", "key_name": "prod-deploy-key" } } ] } ] }