{ "version": 4, "terraform_version": "1.6.3", "serial": 520, "lineage": "eb6bb57a-f688-2f68-9eb1-cc2edaf52e19", "outputs": { "db_endpoint": { "value": "db-4.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-7cf38f639df4b1174", "ami": "ami-0df4bcd4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4296a373"], "subnet_id": "subnet-8df704c4", "key_name": "prod-deploy-key" } } ] } ] }