{ "version": 4, "terraform_version": "1.6.2", "serial": 340, "lineage": "701a7437-6702-05cd-fdff-178ae46749ec", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4dffa90e2f0089385", "ami": "ami-a0b617f0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c8a76f5"], "subnet_id": "subnet-b436a3d1", "key_name": "prod-deploy-key" } } ] } ] }