{ "version": 4, "terraform_version": "1.8.6", "serial": 597, "lineage": "534c2d54-7a66-a566-1267-20a9cfe49644", "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-14d971ef220642514", "ami": "ami-726a59fe", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f3a0fe92"], "subnet_id": "subnet-42451595", "key_name": "prod-deploy-key" } } ] } ] }