{ "version": 4, "terraform_version": "1.6.2", "serial": 424, "lineage": "08aa6c0b-5a97-8b81-9729-34409a7781d1", "outputs": { "db_endpoint": { "value": "db-2.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-9c86e06ab1d674f68", "ami": "ami-15356b28", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7ac60076"], "subnet_id": "subnet-71c4cc89", "key_name": "prod-deploy-key" } } ] } ] }