{ "version": 4, "terraform_version": "1.5.8", "serial": 325, "lineage": "e28e8836-84f1-4671-6f4a-58eba5669fc1", "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-a6f91a90f22305504", "ami": "ami-32ef685e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6706296f"], "subnet_id": "subnet-54bc3945", "key_name": "prod-deploy-key" } } ] } ] }