{ "version": 4, "terraform_version": "1.6.8", "serial": 238, "lineage": "ae1557b6-1a15-028c-4029-70d50a6c11bf", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-9f9b9d82576ce36ff", "ami": "ami-f97814ac", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c43a36d"], "subnet_id": "subnet-2a55da4e", "key_name": "prod-deploy-key" } } ] } ] }