{ "version": 4, "terraform_version": "1.8.5", "serial": 427, "lineage": "3f4d039c-9130-bb5a-0909-6b3bbf82e6c7", "outputs": { "db_endpoint": { "value": "db-0.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-ccc4cd8e6d0c7ff82", "ami": "ami-238dd87c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2c4b6adb"], "subnet_id": "subnet-f42dd319", "key_name": "prod-deploy-key" } } ] } ] }