{ "version": 4, "terraform_version": "1.8.6", "serial": 599, "lineage": "b75e634d-7d79-21a0-8f43-cd8cf62c2b35", "outputs": { "db_endpoint": { "value": "db-4.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-27c22ded17aac030f", "ami": "ami-cba4f9ed", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4bbed933"], "subnet_id": "subnet-3703f979", "key_name": "prod-deploy-key" } } ] } ] }