{ "version": 4, "terraform_version": "1.6.7", "serial": 307, "lineage": "51b16728-86df-bf2f-dbd0-0ef2c96be600", "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-32811df142ab8e204", "ami": "ami-af09edf7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-68b96416"], "subnet_id": "subnet-3313a1ac", "key_name": "prod-deploy-key" } } ] } ] }