{ "version": 4, "terraform_version": "1.6.7", "serial": 366, "lineage": "d2329ad9-3bc2-3ba9-e54a-827e09b9d0fb", "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-242a325beea39d4a6", "ami": "ami-3f00d31c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ce98f35e"], "subnet_id": "subnet-b3213609", "key_name": "prod-deploy-key" } } ] } ] }