{ "version": 4, "terraform_version": "1.6.9", "serial": 232, "lineage": "be2b79ca-b0cd-5d84-3959-50a809f2bd07", "outputs": { "db_endpoint": { "value": "db-2.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-b4a19f83e2cb1b3fb", "ami": "ami-787ee83a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d6f67a5f"], "subnet_id": "subnet-dbbe0f68", "key_name": "prod-deploy-key" } } ] } ] }