{ "version": 4, "terraform_version": "1.8.4", "serial": 167, "lineage": "c6f8839c-d6ec-0eba-06c0-9b52a266c5f6", "outputs": { "db_endpoint": { "value": "db-4.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-8eec09ca9f036055a", "ami": "ami-fc75e3e7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-82cd374e"], "subnet_id": "subnet-7b928e13", "key_name": "prod-deploy-key" } } ] } ] }