{ "version": 4, "terraform_version": "1.5.0", "serial": 359, "lineage": "2134ddb4-1156-fc61-76c8-1c60af8f1b82", "outputs": { "db_endpoint": { "value": "db-1.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-15c49663169ca194a", "ami": "ami-9a13bff9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-44bf8237"], "subnet_id": "subnet-481f7ba5", "key_name": "prod-deploy-key" } } ] } ] }