{ "version": 4, "terraform_version": "1.6.0", "serial": 339, "lineage": "c2d92bb3-31a0-e481-8ecc-301376507b90", "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-1daaed7cbda93a56e", "ami": "ami-5ea2684d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa28b354"], "subnet_id": "subnet-9a755448", "key_name": "prod-deploy-key" } } ] } ] }