{ "version": 4, "terraform_version": "1.5.0", "serial": 181, "lineage": "901aa440-0cd4-cec3-ba45-d148f4079d28", "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-bb900925c81a818a7", "ami": "ami-0947758d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7ba18de7"], "subnet_id": "subnet-1fd175b1", "key_name": "prod-deploy-key" } } ] } ] }