{ "version": 4, "terraform_version": "1.5.2", "serial": 451, "lineage": "6c282a70-a559-80e6-ec12-7ce0a8311755", "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-0567f529f5a88ac26", "ami": "ami-8868ec79", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-798c6b44"], "subnet_id": "subnet-22c70249", "key_name": "prod-deploy-key" } } ] } ] }