{ "version": 4, "terraform_version": "1.7.2", "serial": 470, "lineage": "9f0d240d-1bda-b58e-4927-4aa16b431660", "outputs": { "db_endpoint": { "value": "db-2.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-8d3d115d0c69d14fe", "ami": "ami-64f34bb8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a9e0f98b"], "subnet_id": "subnet-f74d6702", "key_name": "prod-deploy-key" } } ] } ] }