{ "version": 4, "terraform_version": "1.5.4", "serial": 333, "lineage": "c9ed7010-db57-630c-b343-aead9aaa3fa8", "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-709d138bd56152bf9", "ami": "ami-49a2886d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7e14e92d"], "subnet_id": "subnet-16c4e42d", "key_name": "prod-deploy-key" } } ] } ] }