{ "version": 4, "terraform_version": "1.5.4", "serial": 393, "lineage": "022a9cbd-ea7b-f68d-b09c-df65c767efcc", "outputs": { "db_endpoint": { "value": "db-3.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-45ca993dddb27986b", "ami": "ami-0d29b309", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-68760129"], "subnet_id": "subnet-fbf3897f", "key_name": "prod-deploy-key" } } ] } ] }