{ "version": 4, "terraform_version": "1.6.6", "serial": 147, "lineage": "f97decde-eb57-1b22-f7c2-78fba3f617fe", "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-e3ce6a743c4f09145", "ami": "ami-91588722", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-15c3d13a"], "subnet_id": "subnet-dd8767ac", "key_name": "prod-deploy-key" } } ] } ] }