{ "version": 4, "terraform_version": "1.7.8", "serial": 451, "lineage": "e79660e5-fe0d-b92f-7f4c-0c4fd68b10d2", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-49d366a1606120dbf", "ami": "ami-cd535a28", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-947bdcce"], "subnet_id": "subnet-b9df9242", "key_name": "prod-deploy-key" } } ] } ] }