{ "version": 4, "terraform_version": "1.6.8", "serial": 497, "lineage": "c2158007-f127-bdb9-7769-827b93931679", "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-810c51f88cd97e19e", "ami": "ami-078de66c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-84db272a"], "subnet_id": "subnet-208fc2d5", "key_name": "prod-deploy-key" } } ] } ] }