{ "version": 4, "terraform_version": "1.8.2", "serial": 363, "lineage": "26c20035-737d-5d3e-14f4-6311530ebe76", "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-93655d268b14d6dc3", "ami": "ami-e2bfee97", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cef02f84"], "subnet_id": "subnet-0b47b399", "key_name": "prod-deploy-key" } } ] } ] }