{ "version": 4, "terraform_version": "1.5.5", "serial": 241, "lineage": "c627058d-3901-983c-82d1-d1b6f9c6103f", "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-9e6ccec0da2fc87a8", "ami": "ami-fa151092", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3a11f5cf"], "subnet_id": "subnet-a7686129", "key_name": "prod-deploy-key" } } ] } ] }