{ "version": 4, "terraform_version": "1.8.0", "serial": 309, "lineage": "10edcd1b-9c51-9a04-ba38-ef0a8cd29bed", "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-c877ed037458c53e1", "ami": "ami-2d5db604", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-75218e80"], "subnet_id": "subnet-5a78df3b", "key_name": "prod-deploy-key" } } ] } ] }