{ "version": 4, "terraform_version": "1.7.5", "serial": 467, "lineage": "aa549314-5e25-489a-dc25-b7291d1efc7c", "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-032c33ce42de329fc", "ami": "ami-aef3a3b0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5220f0bb"], "subnet_id": "subnet-241c49d7", "key_name": "prod-deploy-key" } } ] } ] }