{ "version": 4, "terraform_version": "1.6.1", "serial": 347, "lineage": "ef037372-d53d-579f-50ce-b0e5418e8f2a", "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-cad0f583bd2b536da", "ami": "ami-6bf11335", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-99f99164"], "subnet_id": "subnet-a640649d", "key_name": "prod-deploy-key" } } ] } ] }