{ "version": 4, "terraform_version": "1.6.4", "serial": 422, "lineage": "6f9ab99a-a8b3-7854-3bf2-a4bcb95f1554", "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-3011fd11ad7194203", "ami": "ami-e99301d1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3bfa1363"], "subnet_id": "subnet-5afdd024", "key_name": "prod-deploy-key" } } ] } ] }