{ "version": 4, "terraform_version": "1.5.9", "serial": 360, "lineage": "c6d901c5-9f39-b2ca-fa6f-4db00c916661", "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-a198540cdfc784e04", "ami": "ami-0e9a7fb1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-46b1d971"], "subnet_id": "subnet-8a058663", "key_name": "prod-deploy-key" } } ] } ] }