{ "version": 4, "terraform_version": "1.8.9", "serial": 124, "lineage": "49e983b5-5daa-33b5-587e-22624d568f66", "outputs": { "db_endpoint": { "value": "db-0.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-a2fdeed1e190fd1ae", "ami": "ami-9fb163b0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-97f3a764"], "subnet_id": "subnet-681fb4b9", "key_name": "prod-deploy-key" } } ] } ] }