{ "version": 4, "terraform_version": "1.8.9", "serial": 439, "lineage": "4ea930cc-08df-3ee6-e1a4-1e218e265338", "outputs": { "db_endpoint": { "value": "db-3.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-27154354a5a35f215", "ami": "ami-99be71fc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-38998d06"], "subnet_id": "subnet-b0faeb45", "key_name": "prod-deploy-key" } } ] } ] }