{ "version": 4, "terraform_version": "1.5.1", "serial": 301, "lineage": "20375a06-68fc-3577-64b3-c3aaf49650cd", "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-fce5851ff762d9e69", "ami": "ami-4cd0cd86", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ea643c81"], "subnet_id": "subnet-cef3af00", "key_name": "prod-deploy-key" } } ] } ] }