{ "version": 4, "terraform_version": "1.6.8", "serial": 433, "lineage": "fa771a3e-e0a6-7a1b-b6da-3ace25691b02", "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-d4efaabcd53704796", "ami": "ami-b7ec434b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2ce64d62"], "subnet_id": "subnet-6615379b", "key_name": "prod-deploy-key" } } ] } ] }