{ "version": 4, "terraform_version": "1.5.9", "serial": 168, "lineage": "5bd60e65-774b-1f18-4b4b-7acac643d7ba", "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-91ed8c72f225de7a6", "ami": "ami-1e3547bf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-56348582"], "subnet_id": "subnet-6dfb5473", "key_name": "prod-deploy-key" } } ] } ] }