{ "version": 4, "terraform_version": "1.5.9", "serial": 485, "lineage": "8786ffe8-77d2-3ce4-482f-778eac383015", "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-c120815a3ae735fa6", "ami": "ami-46f1e124", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5587c777"], "subnet_id": "subnet-3ac58e15", "key_name": "prod-deploy-key" } } ] } ] }