{ "version": 4, "terraform_version": "1.5.4", "serial": 427, "lineage": "392917da-ade2-6c1c-3aa4-199260c05262", "outputs": { "db_endpoint": { "value": "db-3.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-9586f8450390ed17f", "ami": "ami-182c9a81", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dd7e0a69"], "subnet_id": "subnet-1f46c49e", "key_name": "prod-deploy-key" } } ] } ] }