{ "version": 4, "terraform_version": "1.5.1", "serial": 115, "lineage": "0b9b42ac-66b6-aeaa-b154-154ed724f8eb", "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-d71688fec7c103a06", "ami": "ami-4cad493a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-edc4bb6c"], "subnet_id": "subnet-336cfd3b", "key_name": "prod-deploy-key" } } ] } ] }