{ "version": 4, "terraform_version": "1.5.1", "serial": 220, "lineage": "456776f0-096c-d0d9-0643-37346ac0b16c", "outputs": { "db_endpoint": { "value": "db-0.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-e8e74282a279fbef8", "ami": "ami-70ceef0d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f85a6fc"], "subnet_id": "subnet-5ac7d6e6", "key_name": "prod-deploy-key" } } ] } ] }