{ "version": 4, "terraform_version": "1.5.3", "serial": 575, "lineage": "a80ee220-8480-a77e-0c8e-d1d0378d61ef", "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-9f74610ac5ad2fafe", "ami": "ami-206b06a4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4d757620"], "subnet_id": "subnet-3eccb1fc", "key_name": "prod-deploy-key" } } ] } ] }