{ "version": 4, "terraform_version": "1.6.4", "serial": 248, "lineage": "04dbc3ac-0899-9100-fe9e-d0cf1285e9c4", "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-5d912c6f3afae4751", "ami": "ami-a529a4fb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d44f337"], "subnet_id": "subnet-512c123f", "key_name": "prod-deploy-key" } } ] } ] }