{ "version": 4, "terraform_version": "1.5.1", "serial": 351, "lineage": "b7f84df7-2c02-191e-8910-315acac03361", "outputs": { "db_endpoint": { "value": "db-4.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-86343ef071c3fc7e6", "ami": "ami-8bf53c27", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c8905f51"], "subnet_id": "subnet-1bfcca86", "key_name": "prod-deploy-key" } } ] } ] }